home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-11-14 | 755 b | 61 lines | [TEXT/ttxt] |
- // Radial Wipe by Dr. Lex (1999-10-16)
- // dr.lex@cryogen.com
- // http://cryogen.com/dr.lex
-
- // This is my first attempt at a WhiteCap config. I hope it doesn't blow up your machine!
-
-
- Resn=10,
- Durn="9.42",
-
- CamX="40 * sin( .3 * t )",
- CamY="100 * cos( .3333 * t )",
- CamZ="80 * sin( .4 * t )",
-
- CmLX="0",
- CmLY="0",
- CmLZ="0",
-
- CUpX="0",
- CUpY="0",
- CUpZ="1",
-
-
- widt=240,heig=240,
-
- ConL=1,ConB=0,
-
- Fall="0.75",
-
-
- C0=".6667 * st",
- C1="1 - dt",
- C2="C1 ^ .33",
- C3="c1 * .5 * exp( -3 * dt )",
- D0="60 * s",
- D1="mag( 1-s )",
-
- R="d1 * c2",
- G="c3 + .5 * d1 * c1",
- B="c1",
-
- LvlR="1",
- LvlG="0",
- LvlB="0",
-
- C4="12 * cos( dt )",
- C5="sin( c0 )",
- C6="cos( c0 )",
-
- X="d0 * c6",
- Y="d0 * c5",
- Z="c4 * d1",
-
-
- Scal="500",
- ScSz=1,
-
- Pers="100",
-
-
- Vers=30